DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / CreateDbParameter Method

In This Topic
    CreateDbParameter Method (C1CommandBase<TCommandImpl>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function CreateDbParameter() As DbParameter
    protected virtual DbParameter CreateDbParameter()
    See Also